home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
C++
/
Applications
/
nanoInstall 1.0
/
source
/
nanoInstall.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-07-05
|
276 b
|
16 lines
|
[
TEXT/KAHL
]
#pragma once
#include <Files.h>
#include <Finder.h>
#include <Memory.h>
#include "standardfile_.h"
#include "standardgetfile.h"
#include "standardputfile.h"
void InitToolbox( void);
OSErr writeThem( void);
OSErr readThem( void);
extern const unsigned char emptyPString[];